翻訳と辞書
Words near each other
・ Unicolored jay
・ Unicolored Oldfield mouse
・ Unicolored tapaculo
・ Unicoloured blackbird
・ Unicoloured thrush
・ UNICOM
・ Unicom
・ Unicom Focal Point
・ UNICOM Government, Inc.
・ Unicomer Group
・ Unicomp
・ Unicompartmental knee arthroplasty
・ Unicon
・ Unicon (British science fiction convention)
・ Unicon (Maryland science fiction convention)
Unicon (programming language)
・ Unicon (unicycling)
・ Unicor Prima Motor
・ UNICORE
・ Unicore
・ Unicorn
・ Unicorn & The Harmonizer DVD
・ Unicorn (Basement Jaxx song)
・ Unicorn (Chew Lips album)
・ Unicorn (coin)
・ Unicorn (comics)
・ Unicorn (disambiguation)
・ Unicorn (Dungeons & Dragons)
・ Unicorn (finance)
・ Unicorn (Japanese band)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Unicon (programming language) : ウィキペディア英語版
Unicon (programming language)

Unicon is a programming language designed by American computer scientist Clint Jeffery with collaborators including Shamim Mohamed, Jafar Al Gharaibeh, Robert Parlett and others. Unicon descended from Icon and a preprocessor for Icon called IDOL. Compared with Icon, Unicon offers better access to the operating system as well as support for object-oriented programming. Unicon began life as a merger of three popular Icon extensions: an OO preprocessor named Idol, a POSIX filesystem and networking interface, and an ODBC facility. The name is shorthand for "Unified Extended Dialect of Icon."
Compared with Icon, many of the new features of Unicon are extensions to the I/O and system interface, to complement Icon's core control and data structures. Rather than providing lower-level APIs as-is from C, Unicon implements higher level and easier to use facilities, enabling rapid development of graphic- and network-intensive applications in addition to Icon's core strengths in text and file processing.

* classes and packages
*exceptions as a contributed class library - see mailing list
* loadable child programs
* monitoring of child programs
* dynamic loading of C modules (some platforms)
* multiple inheritance, with novel semantics
* ODBC database access
* dbm files can be used as associative arrays
* posix system interface
* 3D graphics
* true concurrency (on platforms supporting Posix threads)
When run as a graphical IDE, the Unicon program ui.exe continues to offer links to Icon help.
The official (Unicon programming book in PDF format ) is a popular way to learn Unicon. The book includes an introduction to object-oriented development as well as UML. It includes useful chapters on topics such as the use of Unicon for CGI. Recent additions to Unicon include true concurrency.
Unicon is not yet Unicode-compliant. There are opportunities posted at a help-wanted page.〔http://unicon.org/helpwanted.html〕
==Example==

procedure main()

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Unicon (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.